From 187ac0eb8990b62d4bfd83aac10a0ae68cdd2ff5 Mon Sep 17 00:00:00 2001 From: Justin Burkett Date: Fri, 15 Mar 2019 08:48:23 -0400 Subject: [PATCH] Add note to docstring for which-key-idle-delay Ref #206 --- which-key.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/which-key.el b/which-key.el index 2aeaeaaa21c..6980b78c5b9 100644 --- a/which-key.el +++ b/which-key.el @@ -56,8 +56,11 @@ :prefix "which-key-") (defcustom which-key-idle-delay 1.0 - "Delay (in seconds) for which-key buffer to popup. A value of zero -might lead to issues, so a non-zero value is recommended + "Delay (in seconds) for which-key buffer to popup. This + variable should be set before activating `which-key-mode'. + +A value of zero might lead to issues, so a non-zero value is +recommended (see https://github.com/justbur/emacs-which-key/issues/134)." :group 'which-key :type 'float) -- 2.30.2